home *** CD-ROM | disk | FTP | other *** search
/ AT&T WorldNet Service / WorldNet Service Installation Disk - Cybercathlon Games and Interactive Tour of Olympic Museum (1996).ISO / olympics / graphics / fkhip.xof < prev    next >
Text File  |  1996-05-27  |  11KB  |  467 lines

  1. xof 0302txt 0064
  2. template Header {
  3.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  4.  WORD major;
  5.  WORD minor;
  6.  DWORD flags;
  7. }
  8.  
  9. template Vector {
  10.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  11.  FLOAT x;
  12.  FLOAT y;
  13.  FLOAT z;
  14. }
  15.  
  16. template Coords2d {
  17.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  18.  FLOAT u;
  19.  FLOAT v;
  20. }
  21.  
  22. template Matrix4x4 {
  23.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  24.  array FLOAT matrix[16];
  25. }
  26.  
  27. template ColorRGBA {
  28.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  29.  FLOAT red;
  30.  FLOAT green;
  31.  FLOAT blue;
  32.  FLOAT alpha;
  33. }
  34.  
  35. template ColorRGB {
  36.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  37.  FLOAT red;
  38.  FLOAT green;
  39.  FLOAT blue;
  40. }
  41.  
  42. template IndexedColor {
  43.  <1630B820-7842-11cf-8F52-0040333594A3>
  44.  DWORD index;
  45.  ColorRGBA indexColor;
  46. }
  47.  
  48. template Boolean {
  49.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  50.  WORD truefalse;
  51. }
  52.  
  53. template Boolean2d {
  54.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  55.  Boolean u;
  56.  Boolean v;
  57. }
  58.  
  59. template MaterialWrap {
  60.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  61.  Boolean u;
  62.  Boolean v;
  63. }
  64.  
  65. template TextureFilename {
  66.  <A42790E1-7810-11cf-8F52-0040333594A3>
  67.  STRING filename;
  68. }
  69.  
  70. template Material {
  71.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  72.  ColorRGBA faceColor;
  73.  FLOAT power;
  74.  ColorRGB specularColor;
  75.  ColorRGB emissiveColor;
  76.  [...]
  77. }
  78.  
  79. template MeshFace {
  80.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  81.  DWORD nFaceVertexIndices;
  82.  array DWORD faceVertexIndices[nFaceVertexIndices];
  83. }
  84.  
  85. template MeshFaceWraps {
  86.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  87.  DWORD nFaceWrapValues;
  88.  Boolean2d faceWrapValues;
  89. }
  90.  
  91. template MeshTextureCoords {
  92.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  93.  DWORD nTextureCoords;
  94.  array Coords2d textureCoords[nTextureCoords];
  95. }
  96.  
  97. template MeshMaterialList {
  98.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  99.  DWORD nMaterials;
  100.  DWORD nFaceIndexes;
  101.  array DWORD faceIndexes[nFaceIndexes];
  102.  [Material]
  103. }
  104.  
  105. template MeshNormals {
  106.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  107.  DWORD nNormals;
  108.  array Vector normals[nNormals];
  109.  DWORD nFaceNormals;
  110.  array MeshFace faceNormals[nFaceNormals];
  111. }
  112.  
  113. template MeshVertexColors {
  114.  <1630B821-7842-11cf-8F52-0040333594A3>
  115.  DWORD nVertexColors;
  116.  array IndexedColor vertexColors[nVertexColors];
  117. }
  118.  
  119. template Mesh {
  120.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  121.  DWORD nVertices;
  122.  array Vector vertices[nVertices];
  123.  DWORD nFaces;
  124.  array MeshFace faces[nFaces];
  125.  [...]
  126. }
  127.  
  128. Header {
  129.  1;
  130.  0;
  131.  1;
  132. }
  133.  
  134. Mesh {
  135.  84;
  136.  0.002812;-0.023349;-0.143251;,
  137.  -0.104740;-0.003834;-0.111290;,
  138.  0.109778;-0.003886;-0.111288;,
  139.  -0.305019;-0.266681;-0.166376;,
  140.  -0.104740;-0.003834;-0.111290;,
  141.  0.002812;-0.023349;-0.143251;,
  142.  0.310712;-0.266807;-0.166371;,
  143.  0.002812;-0.023349;-0.143251;,
  144.  0.109778;-0.003886;-0.111288;,
  145.  0.002606;-0.489919;-0.204438;,
  146.  -0.305019;-0.266681;-0.166376;,
  147.  0.002812;-0.023349;-0.143251;,
  148.  0.310712;-0.266807;-0.166371;,
  149.  0.002606;-0.489919;-0.204438;,
  150.  0.002812;-0.023349;-0.143251;,
  151.  0.109778;-0.003886;-0.111288;,
  152.  0.163860;0.015855;-0.004209;,
  153.  0.310712;-0.266807;-0.166371;,
  154.  0.163860;0.015855;-0.004209;,
  155.  0.371264;-0.264496;0.055200;,
  156.  0.310712;-0.266807;-0.166371;,
  157.  0.371264;-0.264496;0.055200;,
  158.  0.002606;-0.527158;0.035199;,
  159.  0.002606;-0.489919;-0.204438;,
  160.  0.002606;-0.489919;-0.204438;,
  161.  0.310712;-0.266807;-0.166371;,
  162.  0.371264;-0.264496;0.055200;,
  163.  0.216512;-0.350860;0.316633;,
  164.  0.002606;-0.492293;0.277704;,
  165.  0.002606;-0.527158;0.035199;,
  166.  0.371264;-0.264496;0.055200;,
  167.  0.216512;-0.350860;0.316633;,
  168.  0.002606;-0.527158;0.035199;,
  169.  0.108012;0.006229;0.115947;,
  170.  0.216512;-0.350860;0.316633;,
  171.  0.371264;-0.264496;0.055200;,
  172.  0.163860;0.015855;-0.004209;,
  173.  0.108012;0.006229;0.115947;,
  174.  0.371264;-0.264496;0.055200;,
  175.  -0.158359;0.015906;-0.004211;,
  176.  0.163860;0.015855;-0.004209;,
  177.  0.109778;-0.003886;-0.111288;,
  178.  -0.104740;-0.003834;-0.111290;,
  179.  -0.158359;0.015906;-0.004211;,
  180.  0.109778;-0.003886;-0.111288;,
  181.  -0.102832;0.013795;0.115945;,
  182.  0.108012;0.006229;0.115947;,
  183.  0.163860;0.015855;-0.004209;,
  184.  -0.158359;0.015906;-0.004211;,
  185.  -0.102832;0.013795;0.115945;,
  186.  0.163860;0.015855;-0.004209;,
  187.  0.216512;-0.350860;0.316633;,
  188.  -0.211317;-0.350734;0.316629;,
  189.  0.002606;-0.492293;0.277704;,
  190.  -0.102832;0.013795;0.115945;,
  191.  -0.211317;-0.350734;0.316629;,
  192.  0.216512;-0.350860;0.316633;,
  193.  0.108012;0.006229;0.115947;,
  194.  -0.102832;0.013795;0.115945;,
  195.  0.216512;-0.350860;0.316633;,
  196.  -0.365470;-0.264371;0.055196;,
  197.  0.002606;-0.527158;0.035199;,
  198.  0.002606;-0.492293;0.277704;,
  199.  -0.211317;-0.350734;0.316629;,
  200.  -0.365470;-0.264371;0.055196;,
  201.  0.002606;-0.492293;0.277704;,
  202.  -0.158359;0.015906;-0.004211;,
  203.  -0.365470;-0.264371;0.055196;,
  204.  -0.211317;-0.350734;0.316629;,
  205.  -0.102832;0.013795;0.115945;,
  206.  -0.158359;0.015906;-0.004211;,
  207.  -0.211317;-0.350734;0.316629;,
  208.  -0.305019;-0.266681;-0.166376;,
  209.  0.002606;-0.489919;-0.204438;,
  210.  0.002606;-0.527158;0.035199;,
  211.  -0.365470;-0.264371;0.055196;,
  212.  -0.305019;-0.266681;-0.166376;,
  213.  0.002606;-0.527158;0.035199;,
  214.  -0.104740;-0.003834;-0.111290;,
  215.  -0.305019;-0.266681;-0.166376;,
  216.  -0.365470;-0.264371;0.055196;,
  217.  -0.158359;0.015906;-0.004211;,
  218.  -0.104740;-0.003834;-0.111290;,
  219.  -0.365470;-0.264371;0.055196;;
  220.  
  221.  28;
  222.  3;0,1,2;,
  223.  3;3,4,5;,
  224.  3;6,7,8;,
  225.  3;9,10,11;,
  226.  3;12,13,14;,
  227.  3;15,16,17;,
  228.  3;18,19,20;,
  229.  3;21,22,23;,
  230.  3;24,25,26;,
  231.  3;27,28,29;,
  232.  3;30,31,32;,
  233.  3;33,34,35;,
  234.  3;36,37,38;,
  235.  3;39,40,41;,
  236.  3;42,43,44;,
  237.  3;45,46,47;,
  238.  3;48,49,50;,
  239.  3;51,52,53;,
  240.  3;54,55,56;,
  241.  3;57,58,59;,
  242.  3;60,61,62;,
  243.  3;63,64,65;,
  244.  3;66,67,68;,
  245.  3;69,70,71;,
  246.  3;72,73,74;,
  247.  3;75,76,77;,
  248.  3;78,79,80;,
  249.  3;81,82,83;;
  250.  
  251.  MeshMaterialList {
  252.   1;
  253.   1;
  254.   0;;
  255.   Material {
  256.    0.000000;0.011765;0.419608;1.000000;;
  257.    0.000000;
  258.    0.000000;0.000000;0.000000;;
  259.    0.000000;0.000000;0.000000;;
  260.   }
  261.  }
  262.  MeshNormals {
  263.   84;
  264.   0.000259;0.386567;-0.922261;,
  265.   -0.395636;0.751957;-0.527288;,
  266.   0.195161;0.843108;-0.501080;,
  267.   -0.663309;-0.152241;-0.732696;,
  268.   -0.395636;0.751957;-0.527288;,
  269.   0.000259;0.386567;-0.922261;,
  270.   0.627064;0.228706;-0.744637;,
  271.   0.000259;0.386567;-0.922261;,
  272.   0.195161;0.843108;-0.501080;,
  273.   0.178237;-0.655848;-0.733549;,
  274.   -0.663309;-0.152241;-0.732696;,
  275.   0.000259;0.386567;-0.922261;,
  276.   0.627064;0.228706;-0.744637;,
  277.   0.178237;-0.655848;-0.733549;,
  278.   0.000259;0.386567;-0.922261;,
  279.   0.195161;0.843108;-0.501080;,
  280.   0.422466;0.903712;-0.069472;,
  281.   0.627064;0.228706;-0.744637;,
  282.   0.422466;0.903712;-0.069472;,
  283.   0.974515;-0.186580;0.124533;,
  284.   0.627064;0.228706;-0.744637;,
  285.   0.974515;-0.186580;0.124533;,
  286.   -0.011720;-0.999763;-0.018366;,
  287.   0.178237;-0.655848;-0.733549;,
  288.   0.178237;-0.655848;-0.733549;,
  289.   0.627064;0.228706;-0.744637;,
  290.   0.974515;-0.186580;0.124533;,
  291.   0.454983;-0.109763;0.883709;,
  292.   -0.190558;-0.894189;0.405109;,
  293.   -0.011720;-0.999763;-0.018366;,
  294.   0.974515;-0.186580;0.124533;,
  295.   0.454983;-0.109763;0.883709;,
  296.   -0.011720;-0.999763;-0.018366;,
  297.   0.401821;0.739772;0.539701;,
  298.   0.454983;-0.109763;0.883709;,
  299.   0.974515;-0.186580;0.124533;,
  300.   0.422466;0.903712;-0.069472;,
  301.   0.401821;0.739772;0.539701;,
  302.   0.974515;-0.186580;0.124533;,
  303.   -0.439428;0.897944;0.024475;,
  304.   0.422466;0.903712;-0.069472;,
  305.   0.195161;0.843108;-0.501080;,
  306.   -0.395636;0.751957;-0.527288;,
  307.   -0.439428;0.897944;0.024475;,
  308.   0.195161;0.843108;-0.501080;,
  309.   -0.181299;0.822715;0.538768;,
  310.   0.401821;0.739772;0.539701;,
  311.   0.422466;0.903712;-0.069472;,
  312.   -0.439428;0.897944;0.024475;,
  313.   -0.181299;0.822715;0.538768;,
  314.   0.422466;0.903712;-0.069472;,
  315.   0.454983;-0.109763;0.883709;,
  316.   -0.568565;0.115464;0.814495;,
  317.   -0.190558;-0.894189;0.405109;,
  318.   -0.181299;0.822715;0.538768;,
  319.   -0.568565;0.115464;0.814495;,
  320.   0.454983;-0.109763;0.883709;,
  321.   0.401821;0.739772;0.539701;,
  322.   -0.181299;0.822715;0.538768;,
  323.   0.454983;-0.109763;0.883709;,
  324.   -0.978406;-0.204575;-0.029523;,
  325.   -0.011720;-0.999763;-0.018366;,
  326.   -0.190558;-0.894189;0.405109;,
  327.   -0.568565;0.115464;0.814495;,
  328.   -0.978406;-0.204575;-0.029523;,
  329.   -0.190558;-0.894189;0.405109;,
  330.   -0.439428;0.897944;0.024475;,
  331.   -0.978406;-0.204575;-0.029523;,
  332.   -0.568565;0.115464;0.814495;,
  333.   -0.181299;0.822715;0.538768;,
  334.   -0.439428;0.897944;0.024475;,
  335.   -0.568565;0.115464;0.814495;,
  336.   -0.663309;-0.152241;-0.732696;,
  337.   0.178237;-0.655848;-0.733549;,
  338.   -0.011720;-0.999763;-0.018366;,
  339.   -0.978406;-0.204575;-0.029523;,
  340.   -0.663309;-0.152241;-0.732696;,
  341.   -0.011720;-0.999763;-0.018366;,
  342.   -0.395636;0.751957;-0.527288;,
  343.   -0.663309;-0.152241;-0.732696;,
  344.   -0.978406;-0.204575;-0.029523;,
  345.   -0.439428;0.897944;0.024475;,
  346.   -0.395636;0.751957;-0.527288;,
  347.   -0.978406;-0.204575;-0.029523;;
  348.  
  349.   28;
  350.   3;0,1,2;,
  351.   3;3,4,5;,
  352.   3;6,7,8;,
  353.   3;9,10,11;,
  354.   3;12,13,14;,
  355.   3;15,16,17;,
  356.   3;18,19,20;,
  357.   3;21,22,23;,
  358.   3;24,25,26;,
  359.   3;27,28,29;,
  360.   3;30,31,32;,
  361.   3;33,34,35;,
  362.   3;36,37,38;,
  363.   3;39,40,41;,
  364.   3;42,43,44;,
  365.   3;45,46,47;,
  366.   3;48,49,50;,
  367.   3;51,52,53;,
  368.   3;54,55,56;,
  369.   3;57,58,59;,
  370.   3;60,61,62;,
  371.   3;63,64,65;,
  372.   3;66,67,68;,
  373.   3;69,70,71;,
  374.   3;72,73,74;,
  375.   3;75,76,77;,
  376.   3;78,79,80;,
  377.   3;81,82,83;;
  378.  }
  379.  MeshTextureCoords {
  380.   84;
  381.   0.000000;0.000000;,
  382.   0.000000;0.000000;,
  383.   0.000000;0.000000;,
  384.   0.000000;0.000000;,
  385.   0.000000;0.000000;,
  386.   0.000000;0.000000;,
  387.   0.000000;0.000000;,
  388.   0.000000;0.000000;,
  389.   0.000000;0.000000;,
  390.   0.000000;0.000000;,
  391.   0.000000;0.000000;,
  392.   0.000000;0.000000;,
  393.   0.000000;0.000000;,
  394.   0.000000;0.000000;,
  395.   0.000000;0.000000;,
  396.   0.000000;0.000000;,
  397.   0.000000;0.000000;,
  398.   0.000000;0.000000;,
  399.   0.000000;0.000000;,
  400.   0.000000;0.000000;,
  401.   0.000000;0.000000;,
  402.   0.000000;0.000000;,
  403.   0.000000;0.000000;,
  404.   0.000000;0.000000;,
  405.   0.000000;0.000000;,
  406.   0.000000;0.000000;,
  407.   0.000000;0.000000;,
  408.   0.000000;0.000000;,
  409.   0.000000;0.000000;,
  410.   0.000000;0.000000;,
  411.   0.000000;0.000000;,
  412.   0.000000;0.000000;,
  413.   0.000000;0.000000;,
  414.   0.000000;0.000000;,
  415.   0.000000;0.000000;,
  416.   0.000000;0.000000;,
  417.   0.000000;0.000000;,
  418.   0.000000;0.000000;,
  419.   0.000000;0.000000;,
  420.   0.000000;0.000000;,
  421.   0.000000;0.000000;,
  422.   0.000000;0.000000;,
  423.   0.000000;0.000000;,
  424.   0.000000;0.000000;,
  425.   0.000000;0.000000;,
  426.   0.000000;0.000000;,
  427.   0.000000;0.000000;,
  428.   0.000000;0.000000;,
  429.   0.000000;0.000000;,
  430.   0.000000;0.000000;,
  431.   0.000000;0.000000;,
  432.   0.000000;0.000000;,
  433.   0.000000;0.000000;,
  434.   0.000000;0.000000;,
  435.   0.000000;0.000000;,
  436.   0.000000;0.000000;,
  437.   0.000000;0.000000;,
  438.   0.000000;0.000000;,
  439.   0.000000;0.000000;,
  440.   0.000000;0.000000;,
  441.   0.000000;0.000000;,
  442.   0.000000;0.000000;,
  443.   0.000000;0.000000;,
  444.   0.000000;0.000000;,
  445.   0.000000;0.000000;,
  446.   0.000000;0.000000;,
  447.   0.000000;0.000000;,
  448.   0.000000;0.000000;,
  449.   0.000000;0.000000;,
  450.   0.000000;0.000000;,
  451.   0.000000;0.000000;,
  452.   0.000000;0.000000;,
  453.   0.000000;0.000000;,
  454.   0.000000;0.000000;,
  455.   0.000000;0.000000;,
  456.   0.000000;0.000000;,
  457.   0.000000;0.000000;,
  458.   0.000000;0.000000;,
  459.   0.000000;0.000000;,
  460.   0.000000;0.000000;,
  461.   0.000000;0.000000;,
  462.   0.000000;0.000000;,
  463.   0.000000;0.000000;,
  464.   0.000000;0.000000;;
  465.  }
  466. }
  467.